ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / CreateInternalList Method
The source.

In This Topic
    CreateInternalList Method (C1WrapCollectionView<S,T>)
    In This Topic
    Creates the internal list from the source.
    Syntax
    'Declaration
     
    Protected MustOverride Function CreateInternalList( _
       ByVal source As System.Collections.Generic.IReadOnlyList(Of S) _
    ) As System.Collections.Generic.IReadOnlyList(Of T)
    protected abstract System.Collections.Generic.IReadOnlyList<T> CreateInternalList( 
       System.Collections.Generic.IReadOnlyList<S> source
    )

    Parameters

    source
    The source.
    See Also